-
Notifications
You must be signed in to change notification settings - Fork 12
[CEM-16927] Created controller for device manager #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lrebeja
wants to merge
20
commits into
master
Choose a base branch
from
device-manager-controller
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
lrebeja
commented
Dec 1, 2020
- Created volumes, configmap, crd, cr.
- Created volumes, configmap, crd, cr.
* Use only -ubi tagged images in openshift deployment * Use ubi and contrail-nightly in release manifests * use <CONTRAIL-REGISTRY> in operator manifest
* Add static configuration to provision manager Add provisionManagerDependenciesReady, fillProvisionManagerConfiguration to manager_controller.go Add ConfigNodesConfiguration to ServiceConfiguration in provisionmanager_types.go Add provisionmanager's tests to manager_controller_test.go * Add test for proces provision manager * Add ProvisionmanagerService to manager_types.go so the manager's crd doesn't change * Add unit test to check if number of provisionmanager's replicas is correct
Signed-off-by: vraparla <vraparla@vraparla-mbp.jnpr.net>
Signed-off-by: vraparla <vraparla@vraparla-mbp.jnpr.net>
Signed-off-by: vraparla <vraparla@vraparla-mbp.jnpr.net>
* Changed imagePullPolicy from Always to IfNotPresent
Signed-off-by: vraparla <vraparla@vraparla-mbp.jnpr.net>
* Change GetClientConfig function to get config from config.GetConfig * Change GetClientset to GetClientsetFromConfig in main.go Remove GetClientset and GetClientConfig in exec_to_pod.go * fix * Delete GetClientsetFromConfig * Update BUILD.bazel
Rollback after unsuccessful upgrade of Command This change fixes migration of Command's data during the upgrade, and also introduces rollback mechanism. The idea behind this change is that during the migration a new DATABASE is created. This DATABASE is initialised with a new schema and then filled with migrated data. When the process is successful migrated DATABASE is renamed and put in the place of original one. The original one is saved as backup. Co-authored-by: Katarzyna Bartkiewicz <kbartkiewicz@juniper.net> Co-authored-by: Pawel Marchewka <pawel.marchewka@codilime.com>
…talLB IP pool (#477) * Add annotation to LoadBalancer Service to pick correct IP pool * Extract service configuration to the struct
* Add KeystoneSecretName to kubemanager_types.go * Add method to generate kubemanager's keystone auth config Add unit test to check kubemanager's keystone auth config * Add test to check if kubemanager is using keystone Change test checking kubemanager's keystone config * Move injecting Authentication params to manager * Add check if keystoneInstance empty then set authMode to noauth * Change AuthMode check in kubemanager_types to only check if it is empty string Change endpoint to be only host address Fix unit tests
Pods in terminating state as not counted as replicas in deployment status. Consequently command upgrade job was started even though old command pods were still running and connected to the database.
* Move templates package out of api directory The idea behind this change is to remove non-api code from apis/contrail directory. This directory is used by tools like operator-sdk or kubebuilder to generate code. The fact that we have some additional logic makes it harder to migrate to newer versions of those tools. * Move configuration tests
Added bazel scripts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.